net/http.http2stream.body (field)
11 uses
	net/http (current package)
		h2_bundle.go#L4511: 	body      *http2pipe       // non-nil if expecting DATA frames
		h2_bundle.go#L5526: 	if p := st.body; p != nil {
		h2_bundle.go#L5678: 	if st.body == nil {
		h2_bundle.go#L5689: 		st.body.CloseWithError(fmt.Errorf("sender tried to send more than declared Content-Length of %d bytes", st.declBodyBytes))
		h2_bundle.go#L5703: 			wrote, err := st.body.Write(data)
		h2_bundle.go#L5757: 		st.body.CloseWithError(fmt.Errorf("request declared a Content-Length of %d but only wrote %d bytes",
		h2_bundle.go#L5760: 		st.body.closeWithErrorAndCode(io.EOF, st.copyTrailersToHandlerRequest)
		h2_bundle.go#L5761: 		st.body.CloseWithError(io.EOF)
		h2_bundle.go#L5780: 	if st.body != nil {
		h2_bundle.go#L5783: 		st.body.CloseWithError(fmt.Errorf("%w", os.ErrDeadlineExceeded))
		h2_bundle.go#L5882: 	st.body = req.Body.(*http2requestBody).pipe // may be nil
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |